home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
sound
/
players
/
midiplay221a.lha
/
MidiPlay
/
ARexx
/
Example1.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-08-03
|
424b
|
16 lines
/* This is an example ARexx script for use with MidiPlay.
Use the following parameter: MESSAGEREXX=ThisScript.rexx
When MidiPlay shows a message on the screen, it calls ThisScript.
Argument Text consists of the text of the message.
This particular example tries to speak the message.
NOTE! Don't try to speak the About message, its too long. */
options results
parse arg Text
address command
'say' Text